home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7686 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: mail2news.demon.co.uk!dookie.demon.co.uk
  2. From: Jonathan Belson <jon@dookie.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Help with SAS functions...
  5. Date: Sat, 20 Apr 96 11:23:16 GMT
  6. Organization: a Graveyard of Empty Bottles
  7. Message-ID: <9604201123.AA0025z@dookie.demon.co.uk>
  8. References: <9604132054.AA0023x@dookie.demon.co.uk> <DpwLMv.Iy4@unx.sas.com> <9604152100.AA0024q@dookie.demon.co.uk> <773.6681T797T1696@stud.cs.uit.no>
  9. X-NNTP-Posting-Host: dookie.demon.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!dookie.demon.co.uk
  12.  
  13. Magne Oestlyngen (magneoe@stud.cs.uit.no) wrote:
  14. : >Doug Walker (walker@chang.unx.sas.com) wrote:
  15.  
  16. : >Not a function, sorry, presumably it's a constant. I searched all the
  17. : >source but could find no other reference to it.
  18. :
  19. : In include:math.h:
  20. :
  21. : #define PID2    1.57079632679489661923       /*  PI/2  */
  22.  
  23. Doh! 8^) Thanks for that, I'd never coae across it before.
  24.  
  25. I've just checked throught the GNU math.h and found the equivalent is M_PI_2.
  26.  
  27. Thanks,
  28. Jon
  29.